FlexReport for WinForms
CopyTo(Int32,TItem[],Int32,Int32) メソッド


C1.Report アセンブリ > C1.Report.Rendering 名前空間 > BrickCollection<TItem> クラス > CopyTo メソッド : CopyTo(Int32,TItem[],Int32,Int32) メソッド
シンタックス
'宣言
 
Public Overloads Sub CopyTo( _
   ByVal index As System.Integer, _
   ByVal array() As TItem, _
   ByVal arrayIndex As System.Integer, _
   ByVal count As System.Integer _
) 
'使用法
 
Dim instance As BrickCollection(Of TItem)
Dim index As System.Integer
Dim array() As TItem
Dim arrayIndex As System.Integer
Dim count As System.Integer
 
instance.CopyTo(index, array, arrayIndex, count)
public void CopyTo( 
   System.int index,
   TItem[] array,
   System.int arrayIndex,
   System.int count
)

パラメータ

index
array
arrayIndex
count
参照

参照

BrickCollection<TItem> クラス
BrickCollection<TItem> メンバ
オーバーロード一覧